Vapi Metadata Metamodel ConstantValue
The Vapi Metadata Metamodel ConstantValue schema contains the metamodel information of the constant element.
{
"category": "string",
"primitive_value": {
"type": "string",
"boolean_value": false,
"double_value": "number",
"long_value": 0,
"string_value": "string"
},
"list_value": [
{
"type": "string",
"boolean_value": false,
"double_value": "number",
"long_value": 0,
"string_value": "string"
}
]
}
Category of the type of constant value.
For more information see: Vapi Metadata Metamodel ConstantValue Category.
Primitive value of the constant element.
This property is optional and it is only relevant when the value of category is Vapi Metadata Metamodel ConstantValue Category.PRIMITIVE.
List value of the constant element.
This property is optional and it is only relevant when the value of category is Vapi Metadata Metamodel ConstantValue Category.LIST.